cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
# Weight Converter 🎱 :
---
It's a simple Weight Converter which takes weight as 'grams' and convert into -> 'pound' , 'kg' , 'Ou
---
It's a simple Weight Converter which takes weight as 'grams' and convert into -> 'pound' , 'kg' , 'Ou
let button = document.getElementById('btn');
button.addEventListener('click', function(){
const gram = parseInt(document.ge
button.addEventListener('click', function(){
const gram = parseInt(document.ge